Click or drag to resize

AttachmentSave Method (String, Boolean)

Saves this message to the specified file.

Namespace:  Independentsoft.Email.Mime
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public void Save(
	string filePath,
	bool overwrite
)

Parameters

filePath
Type: SystemString
File path.
overwrite
Type: SystemBoolean
True to overwrite existing file, otherwise false.
See Also